/* 公共样式 */
@font-face {
    font-family: 'EnFont';
    src: url(../fonts/SOURCEHANSERIFTW-SEMIBOLD.OTF);
}
* {margin: 0 auto; padding: 0 auto; font-family: 'Microsoft YaHei','微软雅黑';}
html, body {width: 100%; height: 100%;}
ul {padding: 0;}
li {list-style: none;}
a {text-decoration: none;}
img {border: none;}
h3, h4, h5 {font-weight: normal;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.box { width: 1300px;}
.left { float: left;}
.right { float: right;}
body {
    padding-top: 100px;
}
/* 公共样式 */

/* 顶部开始 */
#header {
    box-shadow: 0 0 5px rgba(208, 0, 64, .2);
    z-index: 1000;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #d00040;
}
#header .logo {
    float: left;
}
#header .logo img {
    display: block;
}
#header .nav {
    float: right;
}
#header .nav>li {
    float: left;
    height: 100px;
    line-height: 100px;
    margin: 0 37px;
    position: relative;
}
#header .nav>li>a {
    display: block;
    height: 100%;
    width: 100%;
    color: #6e6e6e;
    transition: .3s;
}
#header .nav>li>a:hover {
    color: #d00040;
}
#header .nav .child {
    position: absolute;
    top: 100px;
    left: -40px;
    /*padding-top: 5px;*/
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#header .nav .child .bg {
    background: #fff;
    border-radius: 5px;
    min-width: 150px;
    padding: 5px 0;
    box-sizing: border-box;
}
#header .nav .child li {
    padding: 0 25px;
    transition: .3s;
}
#header .nav .child a {
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #232323;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    transition: .3s;
}
#header .nav .child li:last-child a {
    border-bottom: 0;
}
#header .nav .child li:hover {
    background: #d00040;
}
#header .nav .child li:hover a {
    color: #fff;
    border-bottom: none;
}
#header .icon {
    float: right;
    height: 100px;
}
#header .icon>span {
    float: left;
    width: 20px;
    height: 20px;
    margin: 40px 20px 20px;
}
#header .icon>span>img {
    cursor: pointer;
}
#header .icon>span:last-child {
    margin-right: 0;
}
#header .store {
    display: none;
    z-index: 999;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
#header .store .tit {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 30px;
}
#header .store .tit h3 {
    color: #d00040;
    font-size: 24px;
    float: left;
}
#header .store .tit img {
    float: right;
    margin-top: 30px;
    cursor: pointer;
}
#header .store .cont {
    text-align: center;
    padding: 50px 60px 60px;
    box-sizing: border-box;
    overflow: hidden;
}
#header .store .cont .item {
    width: 265px;
    text-align: center;
}
#header .store .cont .item .frame {
    border: 1px solid #e0e0e0;
    height: 110px;
    line-height: 110px;
    position: relative;
}
#header .store .cont .item .frame img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
#header .store .cont .item p {
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}
#header .store .cont .item:hover p {
    color: #d00040;
}
/* 顶部结束 */

/* 底部开始 */
#footer {
    background: #f9f9f9;
}
#footer .one {
    height: 150px;
    border-bottom: 1px solid #ebe9ea;
}
#footer .one .left {
    margin-top: 41.5px;
}
#footer .one .left img {
    display: block;
}
#footer .one .right li {
    float: left;
    line-height: 150px;
    font-size: 18px;
    margin-left: 120px;
}
#footer .one .right a {
    color: #333333;
}
#footer .one .right a:hover {
    color: #d00040;
}
#footer .two {
    padding: 80px 0;
    border-bottom: 1px solid #ebe9ea;
}
#footer .two .left {
    color: #787878;
}
#footer .two .left b {
    color: #d00040;
    font-size: 18px;
    font-weight: bold;
}
#footer .two .left a {
    color: #787878;
}
#footer .two .left td {
    padding-right: 45px;
    line-height: 45px;
}
#footer .two .right a {
    float: left;
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 45px;
}
#footer .three {
    color: #878787;
    font-size: 14px;
    line-height: 55px;
}
#footer .three .right li {
    float: left;
    margin-left: 20px;
}
/* 底部结束 */


/* 首页开始 */
.title {
    padding-top: 32px;
    position: relative;
}
.title p {
    color: #2a2a2a;
    font-size: 26px;
    line-height: 26px;
}
.title h3 {
    color: #2a2a2a;
    margin-top: 35px;
    font-size: 40px;
    line-height: 40px;
}
.title h3 span {
    position: relative;
    padding-right: 20px;
    font-family: 'EnFont';
    margin-right: 20px;
}
.title h3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #a4a4a4;
    margin-top: 2px;
}
.title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #d00040;
}


.block1 { width:100%;height:700px;overflow:hidden;position:relative;}
.block1 .bd{ position:relative;height:100%;overflow: hidden;}
.block1 .bd li{width: 100%;height: 700px;}
.block1 .bd li a{display: block;width: 100%;height: 700px;}

.block1 .hd{ width: 100%;height:15px;overflow:hidden; position:absolute;right:5px;bottom:40px;text-align:center;}
.block1 .hd ul{overflow:hidden;height:20px;display:inline-block;}
.block1 .hd ul li{width:40px;height:3px;float:left; margin: 0 7px; background:#fff;cursor:pointer;border-radius: 2px;}
.block1 .hd ul li.on{background:#d00040;width: 40px;box-shadow: 0 0 5px rgba(208, 0, 64, 1);}
.block1 .prev{
    box-sizing: border-box;
    width:65px;
    height:65px;
    display:block;
    background:url(../images/index_103.png) no-repeat center;
    position:absolute;
    top:50%;
    left: 8%;
    transform: translateY(-50%);
    border: 1px solid #afafaf;
    border-radius: 50%;
    transition: .3s;
}
.block1 .next{
    box-sizing: border-box;
    width:65px;
    height:65px;
    display:block;
    background:url(../images/index_103.png) no-repeat center;
    position:absolute;
    top:50%;
    right: 8%;
    transform: translateY(-50%) rotate(-180deg);
    border: 1px solid #afafaf;
    border-radius: 50%;
    transition: .3s;
}
.block1 .next:hover,.block1 .prev:hover {
    background: #d00040 url(../images/index_104.png) no-repeat center;
    border-color: #fff;
}

.block2 {
    padding: 80px 0;
}
.block2 .one .right {
    width: 610px;
    height: 120px;
}
.block2 .one .right li {
    float: left;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 110px;
    margin-bottom: 30px;
    transition: .3s;
}
.block2 .one .right li:hover, .block2 .one .right li.cur {
    background: #d00040;
}
.block2 .one .right li:hover a, .block2 .one .right li.cur a {
    color: #fff;
}
.block2 .one .right li:hover span, .block2 .one .right li.cur span {
    background: #fff;
}
.block2 .one .right li:nth-child(3n) {
    margin-right: 0;
}
.block2 .one .right a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    transition: .3s;
}
.block2 .one .right span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dbdbdb;
    margin-right: 15px;
    transition: .3s;
}
.block2 .two {
    margin-top: 65px;
}
.block2 .two .left {
    width: 1040px;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.block2 .two .left img {
    display: block;
}
.block2 .two .left .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    line-height: 75px;
    background: rgba(255, 255, 255, .6);
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 35px;
}
.block2 .two .left .swiper-pagination {
    height: 75px;
    bottom: 0;
    line-height: 75px;
    text-align: right;
    padding-right: 38px;
    box-sizing: border-box;
}
.block2 .two .left .swiper-pagination span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d9dcde;
    cursor: pointer;
    opacity: 1;
    margin: 0 0 0 19px;
}
.block2 .two .left .swiper-pagination span.swiper-pagination-bullet-active {
    background: #d00040;
    box-shadow: 0 0 5px rgb(208 0 64);
}

.block2 .two .right {
    width: 230px;
    height: 600px;
    position: relative;
    padding-top: 40px;
    box-sizing: border-box;
}
.block2 .two .right #swiper2-right {
    margin-top: 20px;
    width: 230px;
    height: 480px;
    overflow: hidden;
}
.block2 .two .right .swiper-button {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    background: #f8f9fb url(../images/index_110.png) no-repeat center;
}
.block2 .two .right .swiper-button:hover {
    background: #d00040 url(../images/index_111.png) no-repeat center;
}
.block2 .two .right .swiper-button-prev-custom {
    top: 0;
}
.block2 .two .right .swiper-button-next-custom {
    bottom: 0;
    transform: rotateZ(180deg);
}
.block2 .two .right .swiper-slide-active {
}
.block2 .two .right .swiper-slide-active img {
    z-index: -1;
}
.block2 .two .right img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}
.block2 .two .right a {
    display: block;
    width: 100%;
    height: 100%;
}
.block2 .two .right .swiper-slide {
    position: relative;
}


.block3 {
    background: #f8f9fb;
    padding: 80px 0;
}
.block3 .box {
    position: relative;
}
.block3 .left {
    width: 23px;
    height: 550px;
    background: url(../images/index2_06.jpg) no-repeat center center;
}
.block3 .right {
    width: 1213px;
    height: 550px;
    position: relative;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.block3 .right>.text {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}
.block3 .right>.text>.tips {
    color: #2a2a2a;
    font-size: 18px;
    position: relative;
    padding-left: 75px;
}
.block3 .right>.text>.tips:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 52px;
    height: 1px;
    background: #d00040;
}
.block3 .right>.text>.tit {
    color: #2a2a2a;
    font-size: 33px;
    line-height: 46px;
    margin-top: 25px;
}
.block3 .right>.text>.cont {
    color: #999999;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.block3 .right>.text>.more {
    color: #d00040;
    position: absolute;
    right: 50px;
    bottom: 50px;
    letter-spacing: 1px;
    font-size: 16px;
}

.block4 {
    padding: 80px 0 135px;
}
.block4 .one .right {
    width: 140px;
    height: 50px;
    background: #d00040;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: .3s;
}
.block4 .one .right:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.block4 .two {
    margin-top: 50px;
}
.block4 .two li {
    float: left;
    width: 400px;
    margin-right: 50px;
    position: relative;
}
.block4 .two a {
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f9fb;
    transition: .3s;
}
.block4 .two li:last-child {
    margin-right: 0;
}
.block4 .two .date {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    background: #d00040;
    color: #fff;
    text-align: center;
    padding: 8px 6px;
}
.block4 .two .date h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
}
.block4 .two .date p {
    font-size: 14px;
    line-height: 14px;
    padding-top: 7px;
    border-top: 1px solid #f1b5c8;
}
.block4 .two .pic {
    overflow: hidden;
}
.block4 .two .pic img {
    width: 100%;
    height: 347px;
    transition: .3s;
}
.block4 .two .text {
    padding: 35px 25px;
}
.block4 .two .text>.tit {
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}
.block4 .two .text>.cont {
    color: #999999;
    font-size: 16px;
    line-height: 28px;
    transition: .3s;
    height: 56px;
}
.block4 .two a:hover {
    background: #d00040;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.block4 .two a:hover .pic img {
    transform: scale(1.1);
}
.block4 .two a:hover .text>.tit,.block4 .two a:hover .text>.cont {
    color: #fff;
}

.block5 {
    padding-top: 115px;
    box-sizing: border-box;
    height: 520px;
    background: url(../images/index_109.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.block5 .tit {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 110px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.block5 .tit h3 {
    color: #333333;
    font-size: 26px;
    display: inline-block;
    position: relative;
}
.block5 .tit h3:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #dadada;
}
.block5 .tit h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    width: 50px;
    height: 1px;
    background: #dadada;
}
.block5 .cont .bd {
    overflow: hidden;
}
.block5 .cont .bd li {
    float: left;
    width: 645px;
    height: 290px;
    margin-right: 30px;
}
.block5 .cont .bd li:last-child {
    margin-right: 0;
}
.block5 .cont .bd .item {
    transition: .3s;
    margin-top: 10px;
    background: #fff;
    position: relative;
    display: block;
    width: 625px;
    height: 270px;
    box-sizing: border-box;
    padding: 50px 35px 35px;
}
.block5 .cont .bd .item>.q {
    font-size: 18px;
    color: #434343;
}
.block5 .cont .bd .item>.a {
    font-size: 16px;
    color: #555555;
    margin-top: 25px;
    line-height: 28px;
}
.block5 .cont .bd .item>.q,.block5 .cont .bd .a {
    position: relative;
    padding-left: 35px;
}
.block5 .cont .bd .item>.q:before,.block5 .cont .bd .a:before {
    position: absolute;
    left: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #d00040;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
}
.block5 .cont .bd .item>.q:before {
    content: "Q";
    top: 3px;
}
.block5 .cont .bd .item>.a:before {
    content: "A";
    top: 5px;
}
.block5 .cont .bd .item>.a:before {
    content: "A";
    top: 5px;
}
.block5 .cont .bd .item>span {
    color: #666666;
    position: absolute;
    left: 35px;
    bottom: 35px;
}
.block5 .cont .bd .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.block5 .cont .bd .item:hover>span {
    color: #d00040;
}
.block5 .cont .hd {
    margin-top: 50px;
    text-align: center;
}
.block5 .cont .hd ul {
    display: inline-block;
}
.block5 .cont .hd li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 8px;
    cursor: pointer;
}
.block5 .cont .hd li.on {
    background: #d00040;
    box-shadow: 0 0 5px rgb(208 0 64);
}
/* 首页结束 */


/* 子页通用 */
#banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}
#banner .text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#banner .text:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 50%;
    width: 190px;
    height: 1px;
    background: #fff;
}
#banner .text:before {
    content: "";
    position: absolute;
    right: -230px;
    top: 50%;
    width: 190px;
    height: 1px;
    background: #fff;
}
#banner .text h3 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
}
#banner .text p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
}


/* 子页面包屑 开始 */
.crumbs {
    height: 80px;
    background: #f7f8fa;
    border-bottom: 1px solid #e7e7e7;
}
.crumbs .left li {
    float: left;
    line-height: 80px;

}
.crumbs .left a {
    color: #666666;
    padding: 0 35px;
    display: block;
    position: relative;
    transition: .3s;
}
.crumbs .left li.cur a {
    color: #d00040;
    border-bottom: 1px solid #d00040;
}
.crumbs .left li.cur a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d00040;
}
.crumbs .left a:hover {
    color: #d00040;
    border-bottom: 1px solid #d00040;
}
.crumbs .left a:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d00040;
}
.crumbs .right {
    line-height: 80px;
    background: url(../images/product_05.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
    color: #d00040;
}
.crumbs .right a {
    color: #888888;
}
.crumbs .right span {
    padding: 0 20px;
    color: #888888;
}
/* 子页面包屑 结束 */

/* 产品页 开始 */
.product {
    padding: 50px 0 80px;
}
.product .list li {
    float: left;
    margin-right: 50px;
    width: 400px;
    margin-bottom: 50px;
}
.product .list li:nth-child(3n) {
    margin-right: 0;
}
.product .list p {
    line-height: 65px;
    text-align: center;
    color: #333333;
    transition: .3s;
}
.product .list li:hover p {
    color: #fff;
    background: #d00040;
}
.product .list .pic  {
    position: relative;
	height: 400px;
	width: 400px;
}
.product .list .pic .cover {
    max-width: 400px;
    max-height: 400px;
    display: block;
}
.product .list .pic .bg {
    background: url(../images/product_100.png) no-repeat center rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    transition: .3s;
}
.product .list li:hover .pic .bg {
    opacity: 1;
}
/* 产品页 结束 */

/* 产品详情页 开始 */
.pDetail {
    padding: 50px 0 80px;
}
.pDetail .one {
    padding: 30px;
    background: #f8f9fb;
}
.pDetail .one .left {
    width: 400px;
    height: 400px;
    position: relative;
}
.pDetail .one .left .bd img {
    display: block;
    max-width: 400px;
    max-height: 400px;
}
.pDetail .one .left .hd {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pDetail .one .left .hd ul {
    display: inline-block;
}
.pDetail .one .left .hd li {
    width: 13px;
    height: 13px;
    background: #dedfdf;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 0 6px;
}
.pDetail .one .left .hd li.on {
    background: #d00040;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.pDetail .one .right {
    width: 740px;
    height: 400px;
    position: relative;
}
.pDetail .one .right .tit {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: visible;
    padding-bottom: 25px;
}
.pDetail .one .right .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #d00040;
    width: 90px;
    height: 1px;
}
.pDetail .one .right .tit h3 {
    color: #333333;
    font-size: 24px;
    float: left;
}
.pDetail .one .right .tit a {
    font-size: 16px;
    float: right;
    margin-top: 10px;
    color: #666666;
    background: url(../images/product_102.png) no-repeat right center;
    padding-right: 25px;
}
.pDetail .one .right .tips {
    color: #666666;
    background: url(../images/product_101.png) no-repeat left center;
    padding-left: 25px;
    line-height: 16px;
    margin: 30px 0 15px;
}
.pDetail .one .right .cont {
    line-height: 28px;
    color: #555555;
    height: 190px;
    overflow: auto;
    padding-right: 5px;
}
.pDetail .one .right .cont::-webkit-scrollbar {
    width: 4px;
}
.pDetail .one .right .cont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(208,0,64,1);
}
.pDetail .one .right .cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.pDetail .one .right .buy {
    position: absolute;
    left: 0;
    bottom: 0;
}
.pDetail .one .right .buy a {
    display: inline-block;
    color: #d00040;
    border: 1px solid #d00040;
    width: 180px;
    height: 54px;
    box-sizing: border-box;
    text-align: center;
    line-height: 54px;
    margin-right: 20px;
    transition: .3s;
}
.pDetail .one .right .buy a:hover {
    color: #fff;
    background: #d00040;
}

.pDetail .two {
    margin-top: 60px;
}
.pDetail .two .tit {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.pDetail .two .tit h3 {
    display: inline-block;
    color: #333333;
    font-size: 20px;
    line-height: 60px;
    position: relative;
}
.pDetail .two .tit h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #d00040;
}
.pDetail .two .cont {
    line-height: 28px;
    color: #666666;
    margin-bottom: 50px;
}
.pDetail .two .rel {
    background: #f8f9fb;
    line-height: 80px;
    overflow: hidden;
    position: relative;
}
.pDetail .two .rel:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 30px;
    background: #dadada;
}
.pDetail .two .rel a {
    color: #666666;
}
.pDetail .two .rel p {
    width: 50%;
    float: left;
}
.pDetail .two .rel p:first-child a {
    margin-left: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../images/product_103.png) no-repeat left center;
}
.pDetail .two .rel p:last-child {
    float: right;
    text-align: right;
}
.pDetail .two .rel p:last-child a {
    margin-right: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    text-align: right;
    background: url(../images/product_104.png) no-repeat right center;
}
/* 产品详情页 结束 */


/* 联系我们页 开始 */
.contact {
    background: #f8f9fb;
    margin: 50px 0 80px;
}
.contact .left {
    padding: 60px 80px;
}
.contact .left .tit {
    color: #333333;
    font-size: 32px;
    position: relative;
    padding-bottom: 30px;
}
.contact .left .tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 2px;
    background: #d00040;
}
.contact .left .cont {
    color: #666666;
    font-size: 18px;
}
.contact .left .cont li {
    margin-top: 29px;
}
.contact .left .cont a {
    color: #666;
}
.contact .left .cont b {
    font-size: 20px;
}

.contact .left .qr {
    margin-top: 28px;
}
.contact .left .qr p {
    color: #333333;
    padding-left: 5px;
}
.contact .right {
    width: 565px;
    height: 565px;
}
/* 联系我们页 结束 */


/* 知识列表页 开始 */
.kap {
    padding: 50px 0 80px;
}
.kap .list>li {
    float: left;
    width: 625px;
    height: 270px;
    margin-right: 50px;
    margin-bottom: 40px;
}
.kap .list>li:nth-child(2n) {
    margin-right: 0;
}
.kap .list .item {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f2f2f2;
    padding: 50px 33px 33px;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
}
.kap .list .item>.q {
    font-size: 18px;
    color: #434343;
}
.kap .list .item>.a {
    font-size: 16px;
    color: #555555;
    margin-top: 25px;
    line-height: 28px;
}
.kap .list .item>.q, .kap .list .item>.a {
    position: relative;
    padding-left: 35px;
}
.kap .list .item>.q:before, .kap .list .item>.a:before {
    position: absolute;
    left: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #d00040;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
}
.kap .list .item>.q:before {
    content: "Q";
    top: 3px;
}
.kap .list .item>.a:before {
    content: "A";
    top: 5px;
}
.kap .list .item>span {
    color: #666666;
    position: absolute;
    left: 35px;
    bottom: 35px;
    transition: .3s;
}
.kap .list .item:hover>span {
    color: #d00040;
}
.kap .list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/* 知识列表页 结束 */

/* 新闻列表页 开始 */
.news {
    padding: 50px 0 80px;
}
.news .list {
}
.news .list li {
    width: 100%;
    height: 315px;
    background: #f8f9fb;
    transition: .3s;
    margin-bottom: 40px;
}
.news .list .left {
    width: 360px;
    height: 315px;
    position: relative;
}
.news .list .left img {
    width: 360px;
    height: 315px;
}

.news .list .left .date {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    background: #d00040;
    color: #fff;
    text-align: center;
    padding: 8px 6px;
}
.news .list .left .date h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
}
.news .list .left .date p {
    font-size: 14px;
    line-height: 14px;
    padding-top: 7px;
    border-top: 1px solid #f1b5c8;
}
.news .list .right {
    width: 940px;
    height: 315px;
    padding: 70px 35px;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
    border-right: 2px solid #f8f9fb;
}
.news .list .right h3 {
    color: #333333;
    font-size: 18px;
}
.news .list .right p {
    margin-top: 30px;
    color: #999999;
    line-height: 30px;
}
.news .list .right span {
    color: #333333;
    position: absolute;
    right: 35px;
    bottom: 70px;
    transition: .3s;
}
.news .list a {
    width: 100%;
    height: 100%;
}
.news .list li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.news .list li:hover .right {
    border-color: #d00040;
}
.news .list li:hover .right span {
    color: #d00040;
}
/* 新闻列表页 结束 */



/* 新闻详情页 开始 */
.nDetail {
    padding: 50px 0 70px;
}
.nDetail .tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 48px;
    background: #d00040;
}
.nDetail .tit {
    position: relative;
    padding-bottom: 35px;
    border-bottom: 1px solid #ececec;
}
.nDetail .tit h3 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}
.nDetail .tit span {
    color: #999999;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-right: 30px;
}
.nDetail .tit a {
    float: right;
    color: #999999;
    background: url(../images/news_100.png) no-repeat right center;
    padding-right: 20px;
}
.nDetail .cont {
    color: #666666;
    padding: 30px 0 50px;
    line-height: 28px;
}
.nDetail .label {
    background: url(../images/news_13.jpg) no-repeat left center;
    padding-left: 23px;
    color: #333333;
    margin-bottom: 40px;
}
.nDetail .label a {
    color: #333333;
    margin-right: 10px;
}
.nDetail .rel {
    border-top: 1px solid #ececec;
    padding-top: 22px;
}
.nDetail .rel div {
    width: 50%;
}
.nDetail .rel p {
    color: #333333;
    margin-bottom: 15px;
    display: inline-block;
}
.nDetail .rel span {
    color: #999999;
}
.nDetail .rel .prev {
    float: left;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
}
.nDetail .rel .next {
    float: right;
    text-align: right;
}
/* 新闻详情页 结束 */

/* 品牌页 开始 */
.about1 {
    padding: 50px 0 80px;
}
.about1 .tit p {
    color: #d00040;
    font-size: 36px;
    line-height: 36px;
}
.about1 .tit h3 {
    margin-top: 20px;
    color: #2a2a2a;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 3px;
}
.about1 .desc {
    color: #333333;
    margin-top: 30px;
    line-height: 34px;
}
.about1 .cover {
    margin-top: 40px;
    position: relative;
}
.about1 .cover>img {
    width: 1300px;
    height: 680px;
    display: block;
}
.about1 .cover .text {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    height: 440px;
    padding: 50px 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
}
.about1 .cover .text>div {
    margin: 30px 0 25px;
    line-height: 28px;
    color: #333333;
}
.about1 .cover .text>span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #d00040;
}
.about2 {
    background: url(../images/about_08.jpg) no-repeat top center;
    background-size: cover;
    padding: 80px 0 65px;
}
.about2 .tit h3 {
    color: #2a2a2a;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 2px;
}
.about2 .tit p {
    margin-top: 25px;
    color: #888888;
    line-height: 16px;
}
.about2 .list {
    margin-top: 35px;
}
.about2 .list li {
    float: left;
    width: 370px;
    margin-right: 95px;
}
.about2 .list li:last-child {
    margin-right: 0;
}
.about2 .list p {
    margin-top: 30px;
    color: #333333;
    line-height: 32px;
    padding: 0 25px;
}
.about3 {
    padding: 50px 0 80px;
}
.about3 .tit h3 {
    color: #2a2a2a;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 2px;
}
.about3 .tit p {
    margin-top: 25px;
    color: #888888;
    line-height: 16px;
}
.about3 .list {
    margin-top: 35px;
}
.about3 .list .bd li {
    float: left;
    width: 325px;
    width: 205px;
    margin: 0 60px;
    text-align: center;
    cursor: pointer;
}
.about3 .list .bd p {
    color: #333333;
    margin-top: 20px;
}
.about3 .list .bd img {
    display: block;
    max-width: 100%;
}


.about3 .list .hd {
    margin-top: 30px;
    text-align: center;
}
.about3 .list .hd ul {
    display: inline-block;
}
.about3 .list .hd li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dbdbdb;
    margin: 0 8px;
    cursor: pointer;
}
.about3 .list .hd li.on {
    background: #d00040;
    box-shadow: 0 0 5px rgb(208 0 64);
}
/* 品牌页 结束 */



.pagination {
    text-align: center;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}
.pagination li {
    margin: 0 3px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}
.pagination li a, .pagination li .disabled {
    border-radius: 3px;
    color: #6e6e6e;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #DCDCDC;
}
.pagination li.active a {
    background: #d00040;
    color: #fff;
}
.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination li {
    display: inline-block;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
}